home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / VALIDATE.RH < prev    next >
Text File  |  1997-05-06  |  585b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.3  $
  6. //
  7. // Resources to use with TValidator & derived classes
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_VALIDATE_RH)
  10. #define OWL_VALIDATE_RH
  11.  
  12. #define IDS_VALPXPCONFORM       32520
  13. #define IDS_VALINVALIDCHAR      32521
  14. #define IDS_VALNOTINRANGE       32522
  15. #define IDS_VALNOTINLIST        32523
  16.  
  17. #endif  //  OWL_VALIDATE_RH
  18.